projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2999a9
)
(dired-compress-file-suffixes): Add `bz2'.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 27 Aug 1998 15:21:25 +0000
(15:21 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 27 Aug 1998 15:21:25 +0000
(15:21 +0000)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 7263e544698f7dfdbb75db10c7592bba621b667c..ccf8548f47ef6fe191ce137bd403cf1c2312e913 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-518,6
+518,7
@@
and use this command with a prefix argument (the value does not matter)."
;; For .z, try gunzip. It might be an old gzip file,
;; or it might be from compact? pack? (which?) but gunzip handles both.
("\\.z\\'" "" "gunzip")
+ ("\\.bz2\\'" "" "bunzip2")
;; This item controls naming for compression.
("\\.tar\\'" ".tgz" nil))
"Control changes in file name suffixes for compression and uncompression.